home *** CD-ROM | disk | FTP | other *** search
/ Macmillan Math: Grade 1 …Pupil's Edition (Florida) / Math Grade 1 - Pupil's Edition (Florida).iso / pc / corsair / css / corsair.css
Encoding:
Cascading Style Sheet File  |  2003-03-21  |  391 b   |  25 lines

  1.  
  2. .inputradio
  3. {    background-color : #A2BBE3;    
  4. }
  5. .publishOption
  6. {
  7.     font-size: 14px;  
  8.     font-style: normal; 
  9.     font-weight:bold;
  10.     font-family: Arial, Helvetica, sans-serif;
  11.     color: #0656B8;
  12. }
  13.  
  14. A.linkstyle 
  15.     font-family:Arial,Helvetica,sans-serif;
  16.      font-size:11px; 
  17.      text-decoration:none; 
  18.      color:#C6D6FF
  19. }
  20.      
  21.  A.linkstyle:HOVER
  22.   {
  23.    text-decoration:underline;
  24.    }